Bump the required version of autoconf to 2.62
authorJohan Dahlin <johan@gnome.org>
Wed, 9 Dec 2009 22:12:46 +0000 (20:12 -0200)
committerJohan Dahlin <johan@gnome.org>
Wed, 16 Dec 2009 19:22:01 +0000 (17:22 -0200)
It's need by the new introspection macro.

configure.in

index 426750e33b5c00081f27b02f1451ad5702a22dc9..8a95a4686ae3d6e9c1c2995a95ddb39721d734a8 100644 (file)
@@ -1,6 +1,6 @@
 # Process this file with autoconf to produce a configure script.
 # require autoconf 2.54
-AC_PREREQ(2.54)
+AC_PREREQ(2.62)
 
 # Making releases:
 #   GTK_MICRO_VERSION += 1;